From: Richard M. Stallman Date: Sat, 28 May 1994 01:59:24 +0000 (+0000) Subject: (ediff-patch-buffer): Fix autoload cookie. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91353 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c8dfbe33676c1a5ac054c931d7a2c7fe63261a6a;p=emacs.git (ediff-patch-buffer): Fix autoload cookie. --- diff --git a/lisp/ediff.el b/lisp/ediff.el index c64b359bf3f..04934bb4e78 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -1831,7 +1831,7 @@ Else, read patch file into a new buffer." startup-hooks) ))) -;;;;###autoload +;;;###autoload (defun ediff-patch-buffer (buffer-name &optional startup-hooks) "Run Ediff by patching BUFFER-NAME." (interactive "bBuffer to patch: ")